GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-21T08:15:34.5658471+00:00",
"SubmitDate": "2026-05-21T08:15:34.5658471+00:00",
"ReportPeriodStart": "2026-05-21T08:15:34.5658471+00:00",
"ReportPeriodEnd": "2026-05-21T08:15:34.5658471+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4fdd5fb1-2193-412b-ac88-e649a11a4e6a",
"Rows": [
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4fdd5fb1-2193-412b-ac88-e649a11a4e6a",
"Rows": [
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f055f4fd-71f0-460a-96d3-d71eb2246b84",
"df3094d3-a57c-449a-8358-0d583816e54d"
],
"Approvers": [
"eed7458c-f19b-4aef-b8af-d1d682841b3b",
"73331d95-6393-48f8-b4c3-49e11ae01936"
],
"ApprovedBy": "61ea6feb-00ef-46a0-9797-ac81578d3f07",
"ApprovalDate": "2026-05-21T08:15:34.5658471+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3bd8c3e3-5bc0-4203-9f6b-4dba2e9c00be",
"id": "53ae91ce-0a45-40a5-a91d-78ce06dacffc",
"ConfigId": "bf5ce324-431a-4bdf-af84-ffdf71fce720"
},
{
"GenerationDate": "2026-05-21T08:15:34.5658471+00:00",
"SubmitDate": "2026-05-21T08:15:34.5658471+00:00",
"ReportPeriodStart": "2026-05-21T08:15:34.5658471+00:00",
"ReportPeriodEnd": "2026-05-21T08:15:34.5658471+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4fdd5fb1-2193-412b-ac88-e649a11a4e6a",
"Rows": [
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4fdd5fb1-2193-412b-ac88-e649a11a4e6a",
"Rows": [
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90758f9b-02cb-4c79-b197-92b5e9d95a2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f055f4fd-71f0-460a-96d3-d71eb2246b84",
"df3094d3-a57c-449a-8358-0d583816e54d"
],
"Approvers": [
"eed7458c-f19b-4aef-b8af-d1d682841b3b",
"73331d95-6393-48f8-b4c3-49e11ae01936"
],
"ApprovedBy": "61ea6feb-00ef-46a0-9797-ac81578d3f07",
"ApprovalDate": "2026-05-21T08:15:34.5658471+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3bd8c3e3-5bc0-4203-9f6b-4dba2e9c00be",
"id": "53ae91ce-0a45-40a5-a91d-78ce06dacffc",
"ConfigId": "bf5ce324-431a-4bdf-af84-ffdf71fce720"
}
]